PDF4Java Reference Documentation
com.o2sol.pdf4java.core.security Package / PDFStandardSecurityHandler Class / getEnableContentExtraction Method
In This Topic
    getEnableContentExtraction Method
    In This Topic
    Gets a value indicating whether the user can extract the content of the document.
    If the security handler uses a 128bit key, the user can copy or otherwise extract text and graphics from the document by operations other than that controlled by .
    Syntax
    public boolean getEnableContentExtraction()

    Return Value

    True if the user can copy or otherwise extract text and graphics from the document, including extracting text and graphics (in support of accessibility to users with disabilities or for other purposes).
    See Also